@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;

}



/*头部*/
.juntopa{
	width: 100%;
	height: 35px;
	background: #eeeeee;
	margin:0 auto;
	line-height: 35px;
	color: #5f5f5f
}
.juntop{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	margin-top: 20px;
} 
.juntopal{
	width: 100%;
	height: 1px;
	margin:0 auto;
	background: #dadada
}
.santl{
	width: 545px;
	height: 105px;
	float: left;
}
.santl h2{
	font-size: 48px;
	color: #222;
	font-weight: bold;
	margin-top: 20px;
}
.santr{
	width: 489px;
	height: 121px;
	background: url(../images/gao_03.jpg) no-repeat center;
	float: right;
}
/*导航*/
.daohang{
	width: 100%;
	height: 58px;
	background: #25a953;
	margin: 0 auto;

}
.hao_nav{
	width: 1260px;
  height:58px;
  margin: 0 auto;
}
.hao_nav ul{	
	height:58px;	
}
.hao_nav ul li{
  width:150px;
  height:58px;

  float:left;
  margin-right: 0px;
 
}
.hao_nav ul li a{
  color:#fff;
  font-size:16px;
  width:150px;
  height:35px;
  line-height:35px;
  display:block;
  text-align:center;
  margin-top: 13px;


}
.hao_nav ul li a:hover{
  background: #ffbf25;
  font-size: 17PX;
  border-radius: 6px;
  transition: all 0.2s ease-out;

  
}
.hao_nav ul li span{
	text-align: center;
	text-transform:uppercase;
	display: block;
	color: #CECECE;
	font-size: 12px;
	line-height: 20px;
}
.fenge{
	width: 100%;
	height: 360px;
	background: url(../images/fenge.jpg) no-repeat center;
	margin:0 auto;
	overflow: hidden;
}
.fengez{
	font-size: 30px;
	color: #fff;
	margin-top: 270px;
	margin-left: 50px;
}
/*简介*/
.ab{
	width: 100%;
	height: 880px;
	background: url(../images/gao_16.jpg) no-repeat center;
	margin:0 auto;
	overflow: hidden;
}
.abal{
	width: 600px;
	height: 80px;
}
.abal h3{
	color: #333;
	font-size: 40px;
	font-weight: bold;
	line-height: 90px;
	margin-top:35px;

}
.abar{
    width: 866px;
    height: 380px;
    /* float: right; */
    padding-top: 50px;
    
    overflow: hidden;
}
.abar a p{
	font-size: 16px;
	line-height: 40px;
	color: #333;
}

.fuwu{
	width: 1261px;
	height: 289px;
	background: url(../images/rong.jpg) no-repeat center;
	margin:0 auto;
}
.mm{
	width: 137px;
	height: 39px;
	background: url(../images/more.png) no-repeat center;
	border-radius: 5px;

	margin-top: 20px;
}
.mm a{
	text-align: center;
	line-height: 39px;
	color: #fff;
	display: block;
	font-size: 15px;	
}
.mm a:hover{
	
	color: #333;
		
}

/*首页新闻*/
.gaonew{
	width: 100%;
	height: 548px;
	background: #f4f4f4;
	margin:0 auto;
	overflow: hidden;
}
.newsa{
	margin-top: 20px;
	margin-bottom:15px;
	height: 55px;
}
.news1 {
  width: 1260px;
  height: auto;
  overflow: hidden;

}
.newsal{
	width: 240px;
	height: 51px;
	float: left;
}
.newsal h3{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	float: left;
}
.newsal span{
	float: right;
	text-transform: uppercase;
	display: block;
	padding-top: 18px;
	font-family: arial;
	font-size: 15px;
}
.newsar{
	width: 116px;
	height: 31px;
	background: url(../images/more.png) no-repeat center;
	float: right;    margin-top: 9px;
}
.newsar a{
	color: #fff;
	line-height: 31px;
	text-align: center;
	display: block;
}
.news1 li {
  float: left;
  margin-right: 15px;
  width: 268px;
  height: 410px;
  border: 1px solid #e5e5e5;
  padding:15px;
}

.news1 li img {
  width: 268px;
  height: 196px;
}

.news1 li a h3 {
  display: block;
  margin-top: 18px;
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.news1 li:hover a h3 {
  margin-top: 15px;
}

.news1 li p {
  display: block;
  margin-top: 23px;
  width: 100%;
  height: 70px;
  font-size: 14px;
  color: #626262;
  line-height: 180%;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.news1 li:hover p {
  margin-top: 15px;
}

.news1 li .ns-more a {
  display: block;
  margin-top: 30px;
  width: 110px;
  height: 35px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #333;
  
  line-height: 33px;
  transition: all 0.6s ease-out;
}

.news1 li:hover .ns-more a {
  margin-top: 25px;
  background-color: #ffc422;
  color: #333;
  border:none;
}
/*end首页新闻*/


/**/
.su_ab{
	height: 500px;
	margin-top: 15px;
}
.su_abt{
	width: 310px;
	height: 66px;
	background: url(../images/su_12.png) no-repeat center;
	margin-bottom: 10px;
}
.su_abt h3{
	font-size: 30px;
	font-weight: bold;
	color: #222;
	padding-left: 10px;
}
.su_abbl{
	width: 775px;
	height: 392px;
	float: left;
	padding-left: 10px;
}
.su_abblt{
	height: 215px;
	line-height: 30px;
	padding-top: 15px;
}
.su_abblt p{
	line-height: 30px;
	color: #444;
	font-size: 16px;
}
.su_abblb{
	height: 170px;
}
.su_abblb li{
	width: 371px;
	height: 49px;
	float: left;    
	margin-right: 16px;
}
.su_abblb li span{
	width: 46px;
	height: 37px;
	float: left;
	display: block;
}	
.su_abblb li h3{
	width: 322px;
	height: 37px;
	float: right;
	font-size: 20px;
	color: #222;
	font-weight: bold;
	line-height: 37px;
}
.su_abbr{
	width: 465px;
	height: 392px;
	background: url(../images/abr.jpg) no-repeat center;
	float: right;
}
/*产品*/


/**/
.su_cp{
	width: 100%;
	height: 1276px;
	background: url(../images/su_19.jpg) no-repeat center;
	margin:0 auto;
	overflow: hidden;
}
.su_cpm{
	width: 1260px;
	margin:0 auto;
}
.su_cpm h3{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;

}
.su_cptu{
	width: 1260px;
	margin:0 auto;
	margin-top: 10px;

}
.slei{
	width: 99%;
	height: 30px;
	margin:0 auto;margin-top: 10px;
	border-top: 1px solid #f4f4f4;

}
.slei p{
	display: block;
	padding:2px 0px 2px 20px;
	font-size: 14px;
	color: #5b5b5b;
	letter-spacing: 0px;
	transition: all 0.3s ease-out;
	margin-bottom: 0px;
    
}

.slei span{
    display: block;
    /* padding: 2px 0px 2px 20px; */
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    background: #1db05f;
    letter-spacing: 0px;
    transition: all 0.3s ease-out;
    
}

.su_cpbg{
	width: 100%;
	height: 1176px;
	background: #f4f4f4;
	margin:0 auto;
}
.su_cpa{
	width: 1260px;
	background: #fff;
	height: 1176px;
	margin:0 auto;

}
/*标题*/
.cpbiao{
	width: 367px;
	height: 94px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/gao_13.jpg) no-repeat center;

}
.cpbiao h2{
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #222;

}
.cpbiaoz{
	width: 347px;
	height: 23px;
	margin:0 auto;
	margin-top: 17px;
	text-align: center;
	color: #7b7b7b;
	line-height: 23px;
	text-transform: uppercase;
}
.cpbiaoz p{
	color: #444;
	line-height: 23px;
	font-size: 15px;

}
.cpbiaoh{
	width: 960px;
	height: 34px;
	margin:0 auto;

}
.cpbiaoh p{
	line-height: 34px;
	color: #848484;
	font-size: 16px;
	text-align: center;
}

/*产品展示*/
.gaolist{
	margin-top: 10px;
}
.gaolist li{
	width: 169px;
	height: 42px;
	float: left;
	background: #333;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;

}

.gaolist li a{
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	display: block;


}
.gaolist li:hover{
	
	background: #ffba00;
	color: #333


}
.gaolist li a:hover{
	
	
	color: #000


}



/**/
.gucpa{
	width: 1260px;
	height: 762px;
	margin: 0 auto;
	margin-top: 15px;
}
.gucpal{
	width: 301px;
	height: auto;
	float: left;
	overflow: hidden;
}
.gucpalt{
	width: 100%;
	margin: 0 auto;
	height: 102px;

	background: url(../images/qi_17.jpg) no-repeat ;
}
.gucpalt h2{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	padding-top: 10px;
}
.gucpalt span{
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	color: #F1F1F1;
	margin: 0 auto;
	display: block;
}

/*产品列表*/
.gucpalb{
	width: 100%;
	margin: 0 auto;
	background: #f6f6f6;
}
.gucpalb li{
	height: 42px;
	line-height: 42px;
	border-bottom:1px dashed #d0d0d0 ;
	width: 75%;
	margin: 0 auto;
}
.gucpalb li a{
	text-align: center;
	font-size: 16px;    
	line-height: 42px;	
}
.gucpalb li h4{
	text-align: center;
	font-size: 16px;    
	line-height: 42px;	
}

.gucpalz{
	width: 300px;
	height: 142px;
	background: url(../images/qi_21.jpg) no-repeat center;
	margin:0 auto; 
}

.gucpalzt{
	font-size: 25px;
	color: #fff;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-top:20px; 

}
.gucpalzb{
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
	color: #fff;
	
}
.gucpalzb span{
	font-size: 18px;
	color: #fff;
	padding-top: 8px;
	float: left;
}

.gucpalzb font{
	font-family: "impact";
	color: #fff;
	font-size: 30px;
	float: right;
}
/*产品图片*/
.gucpar{
	width: 1260px;
	margin:0 auto;	
}
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:40%;padding:2.5%;}
ul.lx li.guestbook{float:left;width:50%;}
	/*当前位置*/
.ny-weizhi{padding:10px 0px;width: 100%;height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1200px; font-size: 15px;color: #333;}
/*二级菜单*/
/*产品展示二级分类列表*/
.H-CLASS01{ width: 100%; margin: 0 auto;background: #f6f6f6;}
.H-CLASS01 ul{ width: 100%; margin: 0 auto; height: auto; 
	padding-top: 30px;padding-bottom: 30px;overflow: hidden; margin-bottom: 1px;}
.H-CLASS01 ul li{ float: left; height: auto; overflow: hidden; text-align: center;
width: 100%;margin: 0 auto;margin-top: 10px;}
.H-CLASS01 ul li a{     display: block;
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffbf25;
    font-size: 16px;
    color: #333;
    margin-left: 25px;
    border-radius: 7px;
                    }
.H-CLASS01 ul li .cl-r{ width:100%; }
.H-CLASS01 ul li .cl-r a{height: 43px;line-height: 43px; 
text-align:center;  border-bottom: #eaeaea 1px dashed;border-top: none; font-size: 15px; 
color: #565656; background:none; /*text-indent: 50px;*/ border-bottom: 1px dashed #c7c7c7;}
.H-CLASS01 ul li .cl-r a:hover{ font-size: 15px; color: #e80012; }

/*滚动产品图片样式*/
.h-pro-gun01 li{
    float: left;
    margin-right: 10px;margin-bottom: 20px;
    width: 299px;
    height: 296px;
        border: 1px solid #F1F1F1;
    /*border-bottom: 5px solid #e80012;*/
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{
/*	border: 1px solid #505050;*/
}
.h-pro-gun01 li .tu{
	  margin: 5px;
    width: 290px;
    height: 200px;
    padding: 0px;
    border: 0px solid #434343;
    background-color: #e5e5e5;
    overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  width: 290px;
  height: 200px;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t{
/*	margin:0 auto;*/
	width: 98%;
	height: 32px;
	
}

.h-pro-gun01 li .p1-t a h3{
      width: 90%;
    margin: 0 auto;
    text-align: center;
/*    background: #E6E6E6;*/
    /* float: left; */
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    letter-spacing: 0px;
    /* text-indent: 20px; */
    margin-top: 5px;
}
.h-pro-gun01 li .p1-t a span{
  width: 20%;
  height: 20px;
  float: right;
  display: block;
  height:20px;
  line-height:20px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  letter-spacing: 0px;
  margin-top: 10px;
  background: #dddddd;
  border-radius: 6px;
}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3{
	color: #333;
/*	background: #016bb8;*/
}

.h-pro-gun01 li:hover{
    /*border-bottom: 5px solid #333;*/
}

.h-pro-gun01 li:hover .p1-t a span{
  background: #333;
/*  background: #016bb8;*/
}

.juntel{width: 90%;height: 30px;line-height: 30px;background: #0d4b96;margin: 0 auto;color: #fff;text-align: center;}

.h-pro-gun01 li .dianhu{
	margin-top:14px;
    width: 300px;
    height: auto;
}
.h-pro-gun01 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 14px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun01 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}
.hengfu{
	width: 100%;
	height: 100px;
	background-color: #0baa03;
	margin-top: 20px;
}
.hengfult{
	width: 600px;
	float: left;
	height: 100px;
	font-size: 44px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
}
.hengfurt{
	width: 600px;
	float: right;
	height: 100px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 26px;
}
/*新闻*/
.jinnewl{float: left;width: 593px;}
.jinnewr{float: right;width: 650px;margin-left: 10px;}
.jinnewrt{height: 87px;border-bottom: 1px solid #d9d9d9;}
.jinnewrtl{float: left;width: 318px;    margin-top: 12px;}
.jinnewrtl h3{font-size: 30px;font-weight: bold;color: #333;float: left;}
.jinnewrtl h3 span{
  font-size: 17px;color: #656565;text-transform:uppercase;
  display: block;float: right; margin-top: 15px;letter-spacing: 0px; margin-left:5px;
}
.jinnewrtl p{font-size: 14px;}
.jinnewrtr{float: right;width: 58px;height: 30px; background: #e6e6e6;border-radius: 5px;margin-top: 40px;}
.jinnewrtr a{display: block;text-align: center;line-height: 30px;text-transform:uppercase;}

.jinnewrb{height: 172px;border-bottom: 1px solid #d9d9d9}
.jinnewrbl{width: 206px;height: 152px;float: left;}
.jinnewrbr{width: 427px;height: 150px;overflow: hidden;float: right;}
.jinnewrbr a h4{font-size: 17px;font-weight: bold;margin-top: 30px;}
.jinnewrbr p{
  font-size: 15px;
  line-height: 26px;
  height: 83px;
  overflow: hidden;
  margin-top: 19px;
  color: #585858
  }

.jinnewd{
  height: 160px;overflow: hidden;
}
.jinnewd li{height: 40px;border-bottom: 1px dashed #E2E2E2;}
.jinnewd li a h4{font-size: 15px;color: #636363;float: left;    margin-top: 10px;}
.jinnewd li a span{font-size: 15px;color: #636363;float: left;margin-left: 20px;    margin-top: 10px;}
.jinnewd li a:hover h4{color: #ff3e22}

.heng{
	width: 1257px;
	height: 24px;
	background: url(../images/yuan_22.jpg) no-repeat center;
	margin:0 auto;
}
.yqlj{
	color: #fff;
	margin-top: 20px;
	margin-bottom:10px;
}
.lia{
	width: 172px;
	height: 40px;
	float: left;
	margin-top: 46px;
}
.lias{
	width: 139px;
	height: 40px;
	background: #545454;
	float: left;
	margin-bottom: 20px;    


}
.lias a{
		color: #fff;
		display: block;
		text-align: center;
		line-height: 40px;
}
.liax{
	width: 139px;
	height: 40px;
	background: #545454;
	float: left;

}
.liax a{
		color: #fff;
		display: block;
		text-align: center;
		line-height: 40px;
}

/*滚动产品图片样式*/
.h-pro-gun02 li{
    float: left;
    margin-right: 10px;
    width: 299px;
    height: 240px;
    border: 1px solid #3131311a;
    /*border-bottom: 5px solid #e80012;*/
    margin-bottom: 10 0px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.h-pro-gun02 li:hover{
/*	border: 1px solid #505050;*/
}
.h-pro-gun02 li .tu{
	  margin: 5px;
    width: 290px;
    height: 200px;
    padding: 0px;
    border: 0px solid #434343;
    background-color: #e5e5e5;
    overflow: hidden;
}
.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  width: 290px;
  height: 200px;
}
.h-pro-gun02 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun02 li .p1-t{
/*	margin:0 auto;*/
	width: 98%;
	height: 32px;
	
}

.h-pro-gun02 li .p1-t a h3{
      width: 100%;
    /* margin: 0 auto; */
    text-align: center;
    /* float: left; */
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
}
.h-pro-gun02 li .p1-t a span{
  width: 20%;
  height: 20px;
  float: right;
  display: block;
  height:20px;
  line-height:20px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0px;
  text-align: center;
  letter-spacing: 0px;
  margin-top: 10px;
  background: #dddddd;
  border-radius: 6px;
}
.h-pro-gun02 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun02 li:hover .p1-t a h3{
	color: #f00;
/*	background: #016bb8;*/
}

.h-pro-gun02 li:hover{
    /*border-bottom: 5px solid #333;*/
}

.h-pro-gun02 li:hover .p1-t a span{
  background: #f00;
/*  background: #016bb8;*/
}

.juntel{width: 90%;height: 30px;line-height: 30px;background: #0d4b96;margin: 0 auto;color: #fff;text-align: center;}

.h-pro-gun02 li .dianhu{
	margin-top:14px;
    width: 300px;
    height: auto;
}
.h-pro-gun02 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 14px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun02 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}


/*简介*/
.guus{
	width: 100%;
	height: 635px;
	background: url(../images/qi_23.jpg) no-repeat center;	
	margin-top: 20px;
}
.guusa{
	width: 1260px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.qiat{
	margin-left: 70px;
	margin-top: 90px;
}
.qiat h2{
	font-size: 33px;
	color: #333;
}
.qiab{
	height: 301px;
	margin: 0 auto;
	width: 1260px;
	margin-top: 180px;
}
.qiabl{
	float: left;
	width: 699px;
	line-height: 40px;	
}
.qiabl p{
	font-size: 16px;
}
.qiabl a{
	width: 86px;
	height: 27px;
	background: #ff7813;
	display: block;
	border-radius: 20px;
	text-align: center;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 11px;
	margin-top: 30px;
}
.qiabr{
	width: 460px;
	float: right;
	line-height: 35px;
	font-size: 16px;
}
/**/
.su_new{
	width: 100%;
	height: 717px;
	margin:0 auto;
	margin-top: 15px;
	overflow: hidden;
	background: url(../images/nuo_13.jpg) no-repeat center;
}
.su_newsa{
	width: 1260px;
	margin:0 auto;
	margin-top: 20px;
	height: 64px;
}
.su_newt h3{
	font-size: 30px;
	color: #222;
	font-weight: bold;
	width: 130px;
	float: left;
}
.su_newt{
	width: 234px;
	height: 64px;
	float: left;
}
.su_newt span{
	color: #656565;
	display: block;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-top: 17px;
}
.su_newtr{
	width: 93px;
	height: 30px;
	background: #e60012;
	float: right;	
}
.su_newtr a{
	text-align: center;
	line-height: 30px;
	display: block;
	color: #fff;

}
/*新闻资讯*/
.qinewa{
	width: 1260px;
	margin:0 auto;	
	height: 423px;
}
.qinewal{
	width: 611px;
	height: 517px;
	margin-top: 104px;
    margin-left: 46px;
    float: left;	
}
.qinewar{
	width: 505px;
	height: 650px;
	background: url(../images/cnuo.png) no-repeat center;
	float: left;
	overflow: hidden;
	
	
}
.qinewar p{
	line-height: 33px;
	font-size: 20px;
	text-align: center;
	
}

/*新闻*/
.h-news01{
width: 611px;
height: auto;
overflow: hidden;
margin: 0 auto;

}
.tiao{
	width: 40px;
	height: 3px;
	background: #f00;
}
.h-news01 li{
	float: left;
	margin-right: 10px;
	margin-bottom: 13px;
	width: 619px;
	height: 172px;
	border-bottom: 1px dashed #e3e1e1;
}
.h-news01 li .num001{
  	float: left;
	width: 220px;
	height: 168px;
  
	font-family: "ITC Avant Garde Gothic";
	font-size: 90px;
	color: #000000;
	line-height: 80px;
}
.h-news01 li .num001 img{
	width: 220px;
	height: 168px;
}

.h-news01 li:hover .num001{
  color: #eba204;

}
.h-news01 li .r01{
  float: right;
  width: 377px;
  height: auto;
  overflow: hidden;
  margin-top: 7px;
}
.h-news01 li .r01 a h4{
  display: block;
  height: 37px;
  font-size: 17px;
  color: #000000;
  overflow: hidden;
  line-height: 100%;
  letter-spacing: 0px;
}
.h-news01 li:hover .r01 a h4{
  color: #f00;
}
.h-news01 li .r01 p{
  display: block;
  height: 87px;
  overflow: hidden;
  font-size: 14px;
  color: #888888;
  line-height: 170%;
  letter-spacing: 0px;    
  margin-top: 13px;
}


.xinwes{
  width:493px;
  height: 32px;
}

.xinwex{
  width: 493px;
  height: 75px;
}
.xinwenl{
  background: #ffa800;
  width: 28px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.xinwenr{
  width: 450px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 13px;
}
.xinwenr h3 a{
  font-size: 17px;
  color: #333;
}
.xinwenx{
  width: 493px;
  height: 85px;
  overflow: hidden;
  margin-top: 15px;
}
.xinwenxl{
  background: #ffa800;
  width: 28px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.xinwenxr{
  width: 450px;
  height: 46px;
  line-height: 22px;
  float: left;
  margin-left: 5px;
  font-size: 14px;
  color: #6a6a6a;
  overflow: hidden;margin-left: 13px;
}
.tlianxirt {
    width: 267px;
    height: 52px;
    background: url(../images/ke_21.jpg) no-repeat center;
    font-size: 25px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    line-height: 52px;
    margin-top: 20px;
    margin-bottom: 30px;

}
.qinewar li{
	width: 90%;
	margin: 0 auto;
}
/*案例*/
.ganliab{
	width: 1260px;
	margin: 0 auto;
}
/*尾部*/
/*尾部*/
.yufoot{
  width: 100%;
  height: 330px;
  background:#222;
  margin: 0 auto;
  overflow: hidden;
}
.yufoota{
  width: 1250px;
  height: 318px;
  margin: 0 auto;    margin-top: 23px;
}
.ddl h2{
    font-size: 16px;
    
    color: #bd9210;
    margin-left: 19px;
    /* border: 1px solid rgba(255, 255, 255, 0.83); */
    border-radius: 6px;
    width: 114px;
     text-align: center; 
    padding-bottom: 3px;
    padding-top: 3px;
    border:1px solid #bd9210;
    border-radius: 8px;
    padding:5px;
     margin: 0 auto; 
}
.yufootar h2{
    font-size: 16px;
    
    color: #bd9210;
    margin-left: 19px;
    /* border: 1px solid rgba(255, 255, 255, 0.83); */
    border-radius: 6px;
    width: 114px;
     text-align: center; 
    padding-bottom: 3px;
    padding-top: 3px;
    border:1px solid #bd9210;
    border-radius: 8px;
    padding:5px;
     margin: 0 auto; margin-top: 35px;
}

.tiao{
  width: 1px;
  height: 131px;
  background: url(../images/tiao.jpg) no-repeat center;
  float: left;
  margin-top: 82px;
}
.ddd{
  width: 100%;
  height: 40px;
  background: #111;
  margin:0 auto;
  color: #fff;
  line-height: 40px;

}
.ddd a{
  color: #fff;
  text-align: center;
}


.yufootarb li{
  float: left;    width: 170px;
}
.yufootarb li h3{
  color: #fff
}
.meul{
	width: 149px;
	height: 146px;
	float: left;
	background: url(../images/hq_23.jpg) no-repeat center;	
}
.meur{
    width: 300px;
    height: 129px;
    float: right;
    margin-top: 14px;
}
.tt1 h3{
	width: 100%;
	height: 30px;
	font-size: 31px;
	color: #fff;
}
.tt1 span{
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #c8c8c8;
	letter-spacing: 0px;	
	margin-top: 10px;
	display: block;
}
.tt2{
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
.tt2 p{
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
.yufootal{
  width: 189px;
  height: 153px;
  background: url(../images/er.jpg) no-repeat center;
  float: left;
  margin-top:60px;

}
.yufootart{
  width: 481px;
  height: 35px;
  margin-top: 25px;
}
.yufootart li{
  float: left;
  width: 80px; 
}
.yufootart li a{
  color: #fff;text-align: center;display: block;font-size: 15px;
}
.yufootarb{
  width: 341px;
  height: 108px;
  line-height: 30px;
  color: #fff;
  float: left;
  margin-top: 40px;

}
.yufootarb p{
  font-size: 16px;
}
.ddl{
  width: 516px;height: 104px;float: left;
  margin-top: 30px;
}
.ddlt h4{width: 561px;color: #ffffff;font-size: 39px;font-weight: bold;}
.ddlb{width: 460px;color: #ffffff;font-size: 10px;text-transform: uppercase;letter-spacing: 0px;}



.yufootar{
  width: 362px;
  float: left;height: 300px;
}
.tel{margin-top: 10px}
.tell{float: left;}
.tel h3{font-family: "impact";font-size: 30px;color: #fff;}

.er{margin-top: 13px;float: left;width: 130px;}
.yufootarb{float: left;    margin-left: 28px;}
.yudi{margin-top: 30px;margin-left: 21px;line-height: 25px;color: #fff;}
.yudi p{color: #fff;}

.foota{
  width: 100%;height: 69px;background: #404040;
}
.footaa{width: 816px;line-height: 60px;margin: 0 auto;color: #fff;font-size: 14px;text-align: center;}
/*end*/

/*end*/


.bq{
	width: 100%;
	height: 40px;
	background-color: #1b1b1b;
	text-align: center;
	overflow: hidden;
}
.bq p,
.bq p a {
	text-align: center;
	font-size: 14px;
	color: #cecece;
	line-height: 40px;
}
.w-1260{
	width: 1260px;
	margin: 0 auto;    
	color: #fff;
	text-align: center;
}

/*所有标题*/
.h-tit01 {
	padding:16px 0px;
	width: 100%;
	height: auto;
	border-bottom:1px solid #e5e5e5;
	overflow: hidden;
}

.h-tit01 h2 {
	width: 100%;
	height: 37px;
	font-size: 30px;
	color: #1b1b1b;
	text-align: center;
}

.h-tit01 span {
	display: block;
	margin:0 auto;
	margin-top: 6px;
	width: 180px;
	height: 22px;
	line-height: 22px;
	background-color: #eeeeee;
	font-size: 15px;
	color: #777777;
	text-align: center;
	text-transform: uppercase;
}
.h-tit01 p {
	margin-top: 15px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #777;
}

.line1 {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.tit2{
	margin:0 auto;
	width: 1260px;
	height: 36px;
}
.tit2 h2{
	display: block;
	width: 800px;
	height: auto;
	font-size: 26px;
	color: #e4333d;
	font-weight: bold;
}

.tit2 h2 img {
    display: inline-block;
    margin-top: 16px;
    margin-right: 10px;
    float: left;
}
.tit2 .zi1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.tit2 .zi2{
	font-size: 20px;
	color: #6e6e6e;
	text-transform:uppercase;
}
.tit2 a{
	  display: block;
    float: right;
    width: 75px;
    height: 29px;
    font-size: 15px;
    color: #fff;
    text-indent: 9px;
    line-height: 29px;
    background: #4695f1;
    margin-top: 10px;
}
.tit3{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tit3 h2{
	display: block;
	float: left;
	width: 141px;
	height: 32px;
	background-color: #e4333d;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.tit3 a{
	display: block;
	float: right;
	width: 64px;
	height: 25px;
	border:1px solid #dcdcdc;
	font-size: 12px;
	color: #787878;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	transition: all 0.3s ease-out;
}
.tit3 a:hover{
	background-color: #e4333d;
	color: #fff;
}
/*end 所有标题*/

/*内页*/
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #ff2a2a;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#ff2a2a;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}

/*手机站*/
.cpa{
	width: 100%;
	height: 71px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 10px;
}
.h-menu{
    width: 1260px;
    margin: 0 auto;
    margin-top: 10px;
}
.juncp1b{
	margin-top:45px;
}
.juncp2b{
	margin-top:45px;
}
.juncp3b{
	margin-top:45px;
}
.juncp4b{
	margin-top:45px;
}
.onepro1{
    padding: 0px;
    width: 93%;
    margin: 0 auto;
    height: 150px;
    margin-top: 10px;
    overflow: hidden;
}
.onepro1 li{
  float: left;
	width: 129px;
    height: 35px;
    color: #fff;
    border-radius: 5px;
    list-style: none;
    background: #ffd200;
    margin-right: 6px;
    margin-bottom:5px;
}
.onepro1 li a{
  display: block;
  width: 100%;
  height: 35px;
  font-size: 15px;

  color: #333;
  text-align: center;
  line-height: 35px;
  text-decoration: none;

}
.onepro1 li:hover a{
  color: #fff;
  border-radius: 5px;
  background: #333
}
.h-proc1-hover{
	background-color: #d70717 !important;
}
.onepro1 li ul{
  position: relative;
  top:5px;
  left:0px;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 0px 20px 0px;
  width:194px;
  display: none;
  background:rgba(226,43,43,0.8);
  border-radius: 5px;
 
}
.onepro1 li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  width: 90%;
  height: 30px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  background: none !important;
  border-bottom: 1px dashed #f18888;
}
.onepro1 li ul a:hover{
  background-color: #fff !important;
  color: #333;
}

.h-m1{
  width: 100%;
  height: 158px;
  background: url(../Img/bg1.jpg) top center no-repeat;
}
.h-m1-1{
	padding: 22px 25px;
	font-size: 25px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 0px;
}
.h-pro01{
  position: 5px;
  width: 1300px;
  height: auto;
}
.h-pro01 li{
  float: left;
  margin-right: 20px;
  width: 387px;
  height: 386px;
}
.h-pro01 li .tu1{
  position: relative;
  z-index: 10;
  width: 387px;
  height: 289px;
  border:1px solid #bfbfbf;
  box-sizing: border-box;
  overflow: hidden;
}
.h-pro01 li .tu1 .tu2{
  position: absolute;
  top:0px;
  left:0px;
  z-index: 100;
}
.h-pro01 li .tu1 .tu2 img{
  position: absolute;
  width: 387px;
  height: 289px;
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-pro01 li:hover .tu1 .tu2 img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-pro01 li .tu1 .zi1{
	position: absolute;
	bottom:-56px;
	left:0px;
  z-index: 110;
  display: block;
  width: 100%;
  height: 56px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  letter-spacing: 0px;
  background: rgba(1,117,190,0.6);
  transition: all 0.3s ease-out;
}
.h-pro01 li:hover .tu1 .zi1{
  bottom:0px;
}
.h-pro01 li .pro-tit{
  width: 100%;
  height: 68px;
  border-bottom:1px solid #e5e5e5;
}
.h-pro01 li .pro-tit a h2{
  float: left;
  display: block;
  width: 338px;
  height: 68px;
  font-size: 17px;
  color: #222324;
  line-height: 68px;
  text-indent: 14px;
}
.h-pro01 li .pro-tit .tit-r{
  float: right;
  width: 41px;
  height: 68px;
  background: url(../Img/pro-bg1.jpg);
  background-position: -41px 0px;
  transition: all 0.3s ease-out;
}
.h-pro01 li:hover .pro-tit .tit-r{
  background-position: 0px 0px;
}
.h-m2{
  width: 100%;
  height: 623px;
  background: url(../Img/bg2.jpg) top center no-repeat;
}
.h-m2-l{
  float: left;
  margin-top: 274px;
  width: 600px;
  height: 349px;
}
.h-m2-r{
  float: right;
  margin-top: 320px;
  width: 552px;
}
.h-m2-r h1{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0px;
}
.h-m2-r .h-acont{
  width: 510px;
  height: 177px;
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  overflow: hidden;
}
.h-m2-r .h-acont p{
  font-size: 15px;
  color: #fff;
  line-height: 130%;
}
.h-m2-r a{
  display: block;
  margin-top: 17px;
  margin-right: 1px;
  float: right;
  width: 59px;
  height: 59px;
  background-color: #e24444;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 59px;
}
.h-m2-tit{
  float: left;
  width: 1100px;
  height: 55px;
  font-size: 17px;
  color: #1e1e1f;
  letter-spacing: 0px;
}
.h-m2-tit-c{
  font-size: 22px;
  color: #0175be;
  font-weight: bold;
  letter-spacing: 0px;
}
.h-m2-more a{
  display: block;
  float: right;
  width: 68px;
  height: 55px;
  font-size: 17px;
  color: #626262;
  text-align: right;
  letter-spacing: 0px;
}
.h-m2-2{
  width: 100%;
  height: 210px;
  background: url(../Img/bg4.jpg) top center no-repeat;
}
.h-xc{
  width: 1300px;
  height: auto;
}
.h-xc li{
  float: left;
  margin-right: 15px;
  width: 228px;
  height: 159px;
  overflow: hidden;
}
.h-xc li img{
  width: 228px;
  height: 159px;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-xc li:hover img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-m3{
  width: 100%;
  height: 859px;
  background: url(../Img/bg3.jpg) top center no-repeat;
}
.h-m3-tit{
  width: 100%;
  height: 154px;
  background: url(../Img/bg4.png) top center no-repeat;
  overflow: hidden;
}
.h-m3-tit h2{
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 65px;
  font-size: 46px;
  color: #0175be;
  font-weight: bold;
  text-align: center;
}
.h-m3-tit-c{
  font-size: 46px;
  color: #e24444;
}
.h-m3-tit p{
  display: block;
  margin:0 auto;
  width: 422px;
  height: 29px;
  background-color: #0175be;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
}

.h-ys{
  margin:0 auto;
  width: 1115px;
  overflow: hidden;
}
.h-ys-bg1{
  background: url(../Img/ys-1.png);
}
.h-ys-bg2{
  background: url(../Img/ys-2.png);
}
.h-ys-bg3{
  background: url(../Img/ys-3.png);
}
.h-ys-bg4{
  background: url(../Img/ys-4.png);
}
.h-ys ul{
  width: 1200px;
  height: auto;
}
.h-ys ul li{
  float: left;
  margin-right: 40px;
  width: 249px;
  height: 590px;
}
.h-ys ul li .zi1{
  margin-top: 41px;
  height: 112px;
  width: 100%;
  font-size: 31px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.h-ys ul li .zi2{
  margin:0 auto;
  margin-top: 27px;
  height: 126px;
  width: 77px;
  font-size: 31px;
  color: #fff;
  text-align: center;
  line-height: 110%;
  font-weight: bold;
}
.h-ys ul li .h-ys-con{
  margin:0px 5px 0px 5px;
  padding:20px;
  background: rgba(1,117,190,0.7);
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.h-ys ul li:hover .h-ys-con{
  background: rgba(224,0,36,0.7);
}
.h-ys ul li .h-ys-co p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}


.h-m4-l-tit{
  float: left;
  margin-bottom: 28px;
  width: 126px;
  height: 37px;
  background-color: #0175be;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 37px;
}
.h-m4-l{
  float: left;
  width: 816px;
  height: auto;
}
.h-m4-l .news-1{
  width: 363px;
  height: auto;
}
.h-m4-l .news-1 .tu1{
  width: 363px;
  height: 218px;
  overflow: hidden;
}
.h-m4-l .news-1 .tu1 img{
  width: 363px;
  height: 218px;
}
.h-m4-l .news-1 .n1-cont{
  padding: 25px;
  background-color: #f3f3f3;
}
.h-m4-l .news-1 .n1-cont a h2{
  display: block;
  width: 100%;
  height: 34px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0px;
}
.h-m4-l .news-1 .n1-cont p{
  display: block;
  height: 44px;
  font-size: 14px;
  color: #000;
  line-height: 150%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-m4-l .news-r{
  float: right;
  width: 410px;
  height: auto;
}
.h-m4-l .news-r li{
  padding:23px 0px;
  width: 100%;
  height: 85px;
  border-bottom:1px solid #e5e5e5;
}
.h-m4-l .news-r li:first-child{
  padding-top:0px;
}
.h-m4-l .news-r li .nr-l{
  float: left;
  width: 72px;
}
.h-m4-l .news-r li .nr-l .nr-day{
  width: 100%;
  height: 58px;
  background-color: #e9f6fe;
  font-size: 35px;
  color: #5e5d5d;
  text-align: center;
  line-height: 58px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.4s ease-out;
}
.h-m4-l .news-r li:hover .nr-l .nr-day{
  color: #fff;
  background-color: #0175be;
}
.h-m4-l .news-r li .nr-l .nr-year{
  width: 100%;
  height: 25px;
  font-size: 14px;
  color: #5e5d5d;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
}
.news-r li .nr-r{
  float: right;
  width: 310px;
}
.news-r li .nr-r a h2{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 130%;
}
.news-r li:hover .nr-r a h2{
  color: #0175be;
}
.news-r li .nr-r p{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #515151;
  line-height: 150%;
  overflow: hidden;
  letter-spacing: 0px;
}

.h-news2{
  float: right;
  width: 330px;
}
.h-news2 li{
  padding:30px 0px;
  width: 100%;
  height: 76px;
  border-bottom:1px solid #e5e5e5;
}
.h-news2 li:first-child{
  padding-top:0px;
}
.h-news2 li .n2-r{
  float: right;
  width: 297px;
}
.h-news2 li .n2-r a h2{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 130%;
}
.h-news2 li:hover .n2-r a h2{
  color: #0175be;
}
.h-news2 li .n2-r p{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #515151;
  line-height: 150%;
  overflow: hidden;
  letter-spacing: 0px;
}
/*end middle*/
.macpaln {
    width: 280px;
    float: left;
    background: #c3c3c333;
}
.nei_r {
    width: 964px;
    /* height: 855px; */
    float: right;
}